Next | Prev | Up | Top | Contents | Index

Improving Other Optimization

The global optimizer processes programs only when you specify the -O2 or -O3 option at compilation. However, the code generator phase of the compiler always perform certain optimizations.

This section contains coding hints that increase optimization for the other passes of the compiler.


C and Fortran Programs

The following suggestions apply to both C and Fortran programs:


C Programs Only

The following suggestions apply to C programs only:


Next | Prev | Up | Top | Contents | Index